home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Electronic Clipper 1998 November
/
Electronic Clipper 1998-11.iso
/
Idea Source®
/
teaser.dir
/
00138_Script_alarm
< prev
next >
Wrap
Text File
|
1998-08-25
|
251b
|
16 lines
on mousedown
puppetsound(2) "alarm"
set the visible of sprite 36 to true
updatestage
starttimer
sound fadeout 2, ((4.5)*60)
repeat while the timer < 5*60
go the frame
end repeat
sound stop 2
go movie "main"
end